Lastupdated: 01/30/2004
Install AutoIt3 Syntax Highlighting and Context sensitive Help in the Crimson
Editor.
(up to date for AutoIt3 ver: 3.0.91)
1. Open Preferences dialog box and select User Tools page
2. Select an empty slot and fill with the following arguments.
- Menu Text: AutoIT Context Help
- Command: Your-AutoIt-Dir\AutoIt.chm
- Argument: $(CurrWord)
- Initial dir: $(FileDir)
- Hot key: F1
- Close on exit: Yes
- Save before execute: No
Now click F1 on any keyword and it will jump right to its
description in the helpfile.
1. Open Preferences dialog box and select User Tools page
2. Select an empty slot and fill with the following arguments.
- Menu Text: AutoIT Run Script
- Command: Your-AutoIt-Dir\AutoIt3.exe
- Argument: $(FileTitle).au3
- Initial dir: $(FileDir)
- Hot key: CTRL + 1
- Close on exit: Yes
- Save before execute: Yes
Now click CTRL+1 Will save and Run your script
1. Open Preferences dialog box and select User Tools page
2. Select an empty slot and fill with the following arguments.
- Menu Text: AutoIT Compile Script
- Command: Your-AutoIt-Dir\ Aut2Exe\Aut2Exe
- Argument: /in $(FileTitle).au3
- Initial dir: $(FileDir)
- Hot key: CTRL + 2
- Close on exit: Yes
- Save before execute: Yes
Now click CTRL+2 will save and Compile your script.